/*
首页模块命名规范：col-index-模块英文名称，如：col-index-news
内页页面外层容器命名规范：
1、通用样式：col-page，内页外层容器通用样式，使用方法<div class="col-page col-page-about"></div>
2、页面样式：col-page-模块英文名称，如：col-page-about（关于我们页面）
3、内页模块命名规范：col-模块英文名称，如：col-product（产品）、col-honor（荣誉）(<div class="col-wrap col-product"></div>)
其他命名规范：
1、使用swiper、owl.Carousel等插件时，插件外层容器可用模块名称-container,如product-container
2、使用英文名称为样式命名，不要出现拼音和首字母
3、模块最外层容器命名规范：col-自定义名称
4、样式命名中单词由符号“-”来连接，如：col-culture,col-hot-product
备注：上面所说的模块不是指系统后台模块，是网站前台页面中的组成模块，如：首页中包含网站头部、产品、新闻、荣誉、案例、网站底部，其中每个部分视为一个模块。
*/
@charset "utf-8";
.home-top-grid1 {
    background: rgba(11, 100, 143, 0.7);
    transition: 0.5s all;
}
.home-top-grid2 {
    background: rgba(226, 23, 55, 0.5);
    transition: 0.5s all;
}
.home-top-grid3 {
    background: rgba(11, 100, 143, 0.4);
    transition: 0.5s all;
}
@font-face {
    src: url(../fonts/HelveticaInserat.ttf);
}
@font-face {
    font-family: 'FuturistCondensed';
    src: url('../fonts/FuturistCondensed Regular.TTF');/* IE9*/
    src: url('../fonts/FuturistCondensed Regular.TTF') format('embedded-opentype'), /* IE6-IE8 */
    /*url('../fonts/FuturistCondensed Regular.woff') format('woff'), *//* chrome、firefox */
    url('../fonts/FuturistCondensed Regular.TTF') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    url('../fonts/FuturistCondensed Regular.svg#iconfont') format('svg');/* iOS 4.1- */
}
@font-face {font-family: 'iconfont';
    src: url('font/iconfont.eot'); /* IE9*/
    src: url('font/iconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('font/iconfont.woff') format('woff'), /* chrome、firefox */
    url('font/iconfont.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    url('font/iconfont.svg#iconfont') format('svg'); /* iOS 4.1- */
}
.iconfont{font-size:16px;font-style:normal;-webkit-font-smoothing:antialiased;-webkit-text-stroke-width:0.2px;font-family:'iconfont';}
@font-face {
    font-family: 'iconfont1';  /* Project id 1502878 */
    src: url('//at.alicdn.com/t/font_1502878_vzyvufcq4gp.woff2?t=1654164469634') format('woff2'),
       url('//at.alicdn.com/t/font_1502878_vzyvufcq4gp.woff?t=1654164469634') format('woff'),
       url('//at.alicdn.com/t/font_1502878_vzyvufcq4gp.ttf?t=1654164469634') format('truetype');
}
.iconfont1{font-size:12px;font-style:normal;-webkit-font-smoothing:antialiased;font-family:'iconfont1';}
body {
    font-family: 'Arial',"微软雅黑";
    min-width: 320px;
    color: #666;
    overflow-x: hidden;
}
.iconfont {
    font-family: 'iconfont';
}
img {
    max-width: 100%;
}
li {
    list-style: none;
}
i,
em {
    font-style: normal;
}
.vcenter {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
    display: block;
    vertical-align: middle;
    margin: auto;
}
.last {
    margin-right: 0 !important;
}
.tHide {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.blockFull {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.relative { position: relative;}
a { color: #666; transition: 0.5s;}
a:hover {  color: #f18d00; text-decoration: none;}
a:link,
a:visited{text-decoration: none;}
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li { margin: 0; padding: 0;}
img {border: 0;}
p{margin:0;line-height: 1.8;}
.container {  width: 100%;max-width: 1500px;padding: 0;}
.pic { position: relative; overflow: hidden;}
.pic:after { content: ""; display: block;}
.padding{padding-left: 4%;padding-right: 4%;}
.panel{margin:0;border:0;border-radius: 0;box-shadow: none;}
.bold{font-weight: bold;}
.flex{display: flex;flex-wrap: wrap;}

#page{padding-top: 0px; overflow: hidden;}
header{width:100%; position: fixed; left: 0; top: 0; z-index:1001;}
header h1{margin:0; padding: 0;font-size: 0;line-height: 75px;width: 18%;max-width: 217px;}
header .container{position: relative;width: 100%;max-width: 1810px;padding: 0 15px;}
nav.mm-menu_offcanvas{display: none;}
#header a.mm_btn{display: none; width: 55px; height: 55px; position: absolute; right: 0; top:0;  background: #0067b7; transition: .5s all;}

.head{padding:1.56vw 0; transition: 0.5s;}
.head.on{padding: 0.8vw 0; background: #333;}
.head.active{background: #333;}
.language{margin-top:22px; }
.language a{ display: block; min-width:3.43vw;float: left;margin-left: 0.8vw;padding: 0 15px;text-align: center;  font-size: 12px;height: 30px; line-height: 30px; color: #222;background: #fff;border-radius: 15px; }
.language a.zp{min-width: 6.25vw;margin-left: 3vw; font-size: 14px;background: #f18d00;color: #fff;line-height: 28px;}
.language a.zp i{margin-right: 8px;}
.language a:hover{color: #fff;background: #f18d00;}

.nav ul li{float: left;padding: 0 2.86vw;position: relative;line-height:75px;}
.nav ul li:after{content: '';height: 15px;position: absolute;right: 0;top:50%;margin-top: -7.5px; border-right: 1px solid #dadada;}
.nav ul li a{color: #fff;}
.nav ul li a:hover{color: #f18d00;}
.nav ul li ul {display: none;  width:180px;left: 50%;margin-left: -90px; position: absolute;  padding: 10px 0;  background: #fff;  box-shadow: 0 0 5px rgba(0,0,0,0.15);
animation-duration: 0.6s;   
-webkit-animation-duration: 0.6s;}
.nav ul li ul li {  float: none;  line-height: 25px;padding: 0;}
.nav ul li ul li:after{display: none;}
.nav ul li ul li a { padding: 3px 15px; font-size: 14px;color: #333; display: block;  text-align: center;}
.nav ul li ul li a:hover {  color: #fff; background: #f18d00;}
/*footer*/
    .footer{padding-top: 5.5%; background: #1d1d1d;color: #fff; }
    .footer .container{max-width: 1340px;overflow: hidden;}
    .footer a{color: #fff;}
    .footer a:hover{color: #f18d00;}
    .footerleft{width: 65%; border-right:1px solid #404141;padding-bottom: 9999px;margin-bottom: -9999px;}
    .footerleft .dh ul li{float: left;}
    .footerleft .dh ul li span{padding: 0 1.56vw;}
    .footerleft .lx{margin-top: 5vw;}
    .footerleft .lx h3{line-height: 1.3;}
    .footerleft .lx ul{max-width: 800px;margin-top: 1.3vw;}
    .footerleft .lx ul li{width: 50%;float: left;margin-bottom:2.6vw; }
    .footerleft .lx ul li p{}
    .footerleft .lx ul li p.tit{position: relative;line-height: 1;margin-bottom: 8px;}
    .footerleft .lx ul li p.tit:after{content: '';display: inline-block; width: 34px;border-top:2px solid #f18d00;position: absolute;top:50%;margin-top: -1px;margin-left: 1vw;}
    .footerright{max-width: 33%;}
    .footerright h3{line-height: 1.3;margin-top: 3vw;margin-bottom: 1vw;}
    .footerright p.tel{ line-height: 1;margin-bottom: 8px; }
    .footerright p.qrcode{padding-top: 1.3vw;}
    .footerright p.qrcode img{width: 88px; margin-right: 1.25vw;}
    .social{margin-top: 1.25vw;}
    .social span{display: inline-block;margin-right: 3px; width:30px;height:30px;text-align: center;line-height:28px;border-radius: 50%;border:1px solid rgba(255,255,255,0.2);cursor: pointer;transition: 0.5s;}
    .social span:hover{background: #f18d00;border-color: #f18d00;}
    .social span a i{font-size: 12px;color: #fff;}

    .copy{max-width: 1580px;margin:4vw auto 0;padding: 1.5vw 0; border-top:1px solid #686868;}
/*footer*/

.col-title h3{color: #000;line-height: 1.3;}
.col-title p{margin-top:10px; color: #909090;}
.col-title h4{color: rgba( 176, 188, 194, 0.6 );line-height: 1;text-transform: uppercase;}
.col-title h3.tips{margin-top: 10px; position: relative; color: #246ab0;line-height: 1;}
.col-title h3.tips span{display: inline-block;width: 8px;height: 8px;position: absolute;top:2px;margin-left: 12px; background: #ed9207;}

.col-more a{display: inline-block;padding: 0 15px;min-width: 9.8vw;text-align: center; line-height:45px;color: #fff;background: #f18d00;border-radius: 25px;}
.col-more a span{display: flex;align-items: center;justify-content: center;}
.col-more a i{margin-left: 0.78vw;}

.col-subnav{ border-bottom: 1px solid #e4e4e4; }
.col-subnav .container{max-width: 1370px;}
.col-subnav a{display: inline-block;padding: 1.43vw 5px;margin:0 2.6vw; position: relative; color: #333;}
.col-subnav a:after{content: '';width: 0;position: absolute;left: 0;bottom:-2px;border-bottom: 3px solid #d6d6d6;opacity: 0;transition: 0.5s;}
.col-subnav a:hover:after,
.col-subnav a.on:after{width: 100%;opacity: 1;}

.col-subnav-pro a span{display:inline-block; width: 15px;height: 15px;border:4px solid #858585;border-radius: 50%;}
.col-subnav-pro a.on{color: #f18d00;}
.col-subnav-pro a.on span{border-color: #f18d00;}
.pronav{padding-top: 1.3vw;padding-bottom: 1.3vw;}
.pronav a{display: inline-block;margin:0 2vw; color: #333;}
.pronav a span{display: flex;align-items: center;}
.pronav a span:before{content: ''; display: block;width: 7px;height: 7px;margin-right: 0.52vw; border-radius: 50%;background: #f18d00;}
.pronav a:hover,
.pronav a.on{color: #f18d00;}

/*-banner-*/
    .banner {width: 100%; position: relative;background: #ccc;z-index: 7;}
    .banner .swiper-slide{width: 100%; background-size: cover;background-position: center;position: relative;}
    .banner .swiper-slide .content{width: 100%;position: absolute;left: 0;top:0;height: 100%;display: flex;align-items: center;color: #fff;text-align: center;}
    .banner .swiper-slide .content h2{line-height: 1;}
    /*index*/
    .banner-index .swiper-slide .pic:after{padding-bottom:47.239%;}
    .banner-index .swiper-slide .content{padding-top:90px;font-family: '微软雅黑';}
    .banner-index .swiper-slide .content h2{margin-bottom: 1vw; font-size: 3.958vw;font-weight: bold;}
    .banner-index .swiper-slide .content .more{margin-top: 1.56vw;}
    .banner-index .swiper-slide .content .more a i{display: inline-block;width: 56px;height: 56px;line-height: 54px;text-align: center;color: #fff; border:1px solid #fff;border-radius: 50%;font-size: 30px;transition: 0.5s;}
    .banner-index .swiper-slide .content .more a:hover i{background: #f18d00;border-color: #f18d00;}

    .banner-index .swiper-banner .swiper-pagination{bottom:23px;margin-bottom: 2.5vw;}
    .banner-index .swiper-banner .swiper-pagination .swiper-pagination-bullet {width:3.9vw;max-width: 75px;min-width: 30px; height:2px;margin:0 5px;background:#fff;border-radius: 0; opacity: 0.33;outline: none;}
    .banner-index .swiper-banner .swiper-pagination .swiper-pagination-bullet-active{opacity: 1;}
    .banner-index .swiper-banner.swiper-no-swiping .swiper-pagination{display: none;}
    /*page*/
    .banner-page .swiper-slide .pic:after{padding-bottom: 26.04%;}
    .banner-page .swiper-slide .content{padding-top: 50px;}
    .banner-page .swiper-slide .content h2{font-size: 2.5vw;font-weight: bold;}
    .banner-page .swiper-slide .content p{margin-top: 10px;line-height:1;color: #f18d00;font-weight: bold;}
    .banner-page-10 .swiper-slide .pic:after{padding-bottom: 39.065%;}
    .banner-page-10 .swiper-slide .content{padding-top:20px;}

    @media (max-width: 991px) {
        .banner-index .swiper-slide .content{padding-top: 50px;}
        .banner-index .swiper-slide .content h2{margin-bottom: 10px;}
        .banner-index .swiper-slide .content .more{margin-top: 15px;}
        .banner-index .swiper-slide .content .more a i{width: 36px;height: 36px;line-height: 34px;font-size: 20px;}
        .banner-index .swiper-banner .swiper-pagination{margin-bottom: 25px;}
        .banner-index .swiper-banner .swiper-pagination .swiper-pagination-bullet{margin:0 3px;}

        .banner-page .pic{display: none;}
        .banner-page .swiper-slide{height: 260px;}
        .banner-page .swiper-slide .content h2{font-size:24px;}
        .banner-page-10 .swiper-slide{height: auto;}
        .banner-page-10 .swiper-slide .pic{display: block;}
    }
    @media (max-width: 767px) {
        .banner-index .pic{display: none;}
        .banner-index .swiper-slide{height: 360px;}
        .banner-index .swiper-slide .content h2{font-size: 24px;}
        .banner-index .swiper-slide .content p{font-size: 14px;line-height: 1.66;}

        .banner-page-10 .swiper-slide{height: 300px;}
        .banner-page-10 .swiper-slide .pic{display: none;}
    }
/*-banner-*/

/*index about*/
    .about-number{ color: #777; }
    .about-number ul li{padding: 1.56vw 0;}
    .about-number ul li hr{margin:5px 0 1.4vw;border-color: #dfdfdf;}
    .about-number ul li p.data{display: flex;}
    .about-number ul li p.data span.num{font-size:44px;color: #246ab0;line-height: 0.8; }
    .about-number ul li p.data span.dw{font-size: 24px;color: #246ab0;line-height: 0.6;}
    .about-number ul li p.data em{padding-left: 5px; color: #393939;line-height:1; }
    .col-index-about{ padding-top: 8%;padding-bottom: 8%; }
    .col-index-about .col-title h3{margin-top: 0;margin-bottom: 6px;}
    .col-index-about .col-more{margin-top: 2vw;}
    .col-index-about .content{width: 40%;padding-right: 3.54vw;color: #444;}
    .col-index-about .content p{max-width: 500px;}
    .col-index-about .content p.tit{margin: 0.78vw 0 1vw;max-width: 440px; line-height: 1.2;color: #2d2d2d;}
    .col-index-about .pic{width: 40%;text-align: center;}
    .col-index-about .about-number{width: 20%;padding-left: 5.2vw;}
/*index about*/

/*index product*/
    .col-index-product{height: 46.875vw;}
    .col-index-product .swiper-container{width: 100%;height: 100%; position: absolute;left: 0;top:0;z-index: -1;background: #ccc;}
    .col-index-product .swiper-slide{width: 100%; background-size: cover;background-position: center;position: relative;}
    .col-index-product .padding{height:100%;padding-top: 5%;padding-bottom: 5%; display: flex; align-items: center;}
    .col-index-product .flex{align-items: center;}
    .col-index-product .contents{width: 35%;padding-right: 4vw;}
    .col-index-product .content{display: none; max-width: 440px; color: #333;}
    .col-index-product .content .subtitle{line-height: 1.3;text-transform: uppercase;}
    .col-index-product .content .col-title{padding: 1.3vw 0;}
    .col-index-product .content .col-more{margin-top: 2.34vw;}
    .col-index-product .list{width: 65%;}
    .col-index-product .list ul{margin:0 -1.56vw;}
    .col-index-product .list ul li{padding: 0 1.56vw;}
    .col-index-product .list ul li .pic{border-radius: 50%;}
    .col-index-product .list ul li .pic:after{padding-bottom: 100%;}
    .col-index-product .list ul li .pic img{width: 65%; background: #fff;border-radius: 50%; transition: 0.5s;}
    .col-index-product .list ul li .pic img.img2{opacity: 0;}
    .col-index-product .list ul li p{margin-top: 1.5vw; color: #fff; line-height: 1.5; text-shadow: 0.707px 0.707px 5px rgba( 0, 0, 0,0.35);transition: 0.5s;}
    .col-index-product .list ul li a.active .pic img{width: 85%;background: #f18d00;}
    .col-index-product .list ul li a.active .pic img.img1{opacity: 0;}
    .col-index-product .list ul li a.active .pic img.img2{opacity: 1;}
    .col-index-product .list ul li a.active p{transform: scale(1.5);}
/*index product*/

/*index technology*/
    .col-index-tech{padding-top: 7%;padding-bottom: 7%;}
    .col-index-tech .flex{align-items: center;}
    .col-index-tech .col-title{margin-bottom: 2.34vw;}
    .col-index-tech .col-title h4{font-size:4vw;color: rgba( 177, 188, 194, 0.259 );line-height: 1.004; }
    .col-index-tech .col-title h3{color: #292929;}

    .col-index-tech .content{width: 34.27%;padding-right: 2.34vw; color: #111;}
    .col-index-tech .content p{ line-height: 1.58; }
    .col-index-tech .content ul{padding-top: 2.6vw;display: flex;flex-wrap: wrap;}
    .col-index-tech .content ul li{width:46%;margin-right: 5%;margin-top: 13px; padding: 0.78vw 1.56vw; float: left; border:1px solid #e1e1e1;border-radius: 25px;}
    .col-index-tech .content ul li p{line-height:25px;}
    .col-index-tech .content ul li p:before{content: '';display: inline-block;margin-right: 14px; width: 10px;height: 10px;background: #f18d00;border-radius: 50%;}
    .col-index-tech .content ul li:nth-child(2n){margin-right: 0;}

    .col-index-tech .pic{width: 65.73%;text-align: right;}
/*index technology*/

/*index sale*/
    .col-index-sale{padding-top: 7%;padding-bottom: 7%;}
    .col-index-sale .flex{align-items: center;}
    .col-index-sale .col-title {padding-right: 20px;padding-bottom: 1vw;margin-bottom: 1vw; border-bottom: 1px solid rgba(30,30,30,0.36); }
    .col-index-sale .col-title h3{ color: #1e1e1e; }

    .col-index-sale .pic{width: 58.26%;}
    .col-index-sale .content{width: 41.74%;padding-left: 5.2vw;color: #444;}
    .col-index-sale .content p.p1{margin-bottom: 10px; line-height: 1.5;color: #1e1e1e;}
    .col-index-sale .content p.p2{margin-bottom: 10px; display: flex;align-items: center; font-weight: bold;line-height: 1.5;color: #f18d00;}
    .col-index-sale .content p.p2 .num{display: flex;margin-right: 8px; font-size: 3.125vw;line-height: 0.8;}
    .col-index-sale .content p.p2 .num em{font-size: 30px;}
/*index sale*/

/*index news*/
    .col-index-news{padding-top: 5.2%;padding-bottom: 5.2%; background: #f7fafc; }
    .col-index-news .container{max-width: 1340px;}
    .col-index-news .button{ line-height: 1.8; }
    .col-index-news .button a{display: inline-block;position: relative; margin-left: 2.34vw; color: #333; }
    .col-index-news .button a:after{content: '';width:0;border-bottom: 2px solid #f18d00;position: absolute;left: 0;bottom: -2px;transition: 0.5s;opacity: 0;}
    .col-index-news .button a i{font-size: 12px;}
    .col-index-news .button a:hover{ color: #f18d00; }
    .col-index-news .button a:hover:after{width: 100%;opacity: 1;}

    .col-index-news .list{margin-top: 2vw;}
    .col-index-news .list ul{margin:0 -1vw;}
    .col-index-news .list ul li{padding: 0 1vw;color: #888;}
    .col-index-news .list ul li .panel{padding: 1.5vw 1.2vw; box-shadow: 0 0 10px rgba(0,0,0,.15); border-radius: 8px;cursor: pointer;}
    .col-index-news .list ul li .date{font-size:13px;}
    .col-index-news .list ul li h4{color: #333;line-height: 1.3;margin-top:15px;transition: 0.5s;}
    .col-index-news .list ul li h4 a{color: #333;}
    .col-index-news .list ul li p{margin-top: 10px; line-height: 1.6em;height: 4.8em;overflow: hidden; }
    .col-index-news .list ul li a.detailed{display: inline-block;margin-top: 1.5vw; color: #888;}
    .col-index-news .list ul li a.detailed i{font-size: 12px;}
    .col-index-news .list ul li .pic{margin-top: 10px;}
    .col-index-news .list ul li .pic:after{padding-bottom: 62.929%;}
    .col-index-news .list ul li .pic img{transition: 0.5s;}
    .col-index-news .list ul li .panel:hover .pic img{transform: scale(1.05);}
    .col-index-news .list ul li .panel:hover h4,
    .col-index-news .list ul li .panel:hover h4 a,
    .col-index-news .list ul li .panel:hover a.detailed{color: #f18d00;}
    .col-index-news .list ul li.text{padding-top:1.14vw; border-top: 1px solid #ddd;}
    .col-index-news .list ul li.text h4{margin-top: 10px;}
    .col-index-news .list ul li.text a.detailed{margin-top: 15px;}
    .col-index-news .list ul li.text h4:hover,
    .col-index-news .list ul li.text h4:hover a,
    .col-index-news .list ul li.text a.detailed:hover{color: #f18d00;}

    .col-index-news .list.list2{margin-top: 3vw; overflow: hidden;}
/*index news*/

/*page about*/
    .col-page-about .container,
    .col-about-culture .container,
    .col-about-history .container,
    .col-about-honor .container{max-width: 1350px;}

    .col-page-about{padding-top: 3.64%;}
    .col-page-about .content h3{margin-bottom: 12px; color: #212121;line-height: 1.3;}
    .col-page-about .content p{line-height: 2;}
    .col-page-about .content table{width: 100%;}
    .col-page-about .content table tr td{width: 50%;padding: 1.82vw 0;}
    .col-page-about .content table tr td:first-child{width: 50%;padding-right: 2.6vw;}
    .col-page-about .content table tr td:last-child{width: 50%;padding-left: 2.6vw;}
    .col-page-about .content table tr:first-child td{padding-top: 0;}
    .col-page-about .content table tr:last-child td{padding-bottom: 0;}

    .col-page-about .about-number ul li{padding: 1vw 0;}
    .col-page-about .about-number ul li p.data span.num,
    .col-page-about .about-number ul li p.data span.dw{color: #f18d00;}

    .col-about-culture{padding-top: 7%;color: #fff;}
    .col-about-culture .col-title {margin-bottom: 3vw;}
    .col-about-culture .col-title h3{color: #333;}
    .col-about-culture .list h3{ margin-bottom: 1vw; line-height: 1.3; }
    .col-about-culture .list .contentl{padding-left: 4vw;padding-right: 0;border-bottom: 1px solid rgba(255,255,255,0.3);}
    .col-about-culture .list .contentl .con{max-width: 675px;height: 100%; padding: 2.6vw 0;padding-right: 5vw;display: flex;align-items: center;}
    .col-about-culture .list .contentl .con div{width: 100%;}
    .col-about-culture .list .contentr{padding-left: 0;padding-right: 0;}
    .col-about-culture .list .contentr .con{padding: 2.6vw 0; padding-right: 4vw; border-left: 1px solid rgba(255,255,255,0.3);border-bottom: 1px solid rgba(255,255,255,0.3);}
    .col-about-culture .list .contentr .con>*{max-width: 675px;padding-left: 5vw;}

    .col-about-culture .content{padding-top: 4vw;padding-bottom: 4vw;}
    .col-about-culture .content ul{display: flex;}
    .col-about-culture .content ul li{width: 16%;margin-right: 5%; display: flex;align-items: center;}
    .col-about-culture .content ul li.pic{border:1px solid rgba(255,255,255,0.5);border-radius: 50%;}
    .col-about-culture .content ul li.pic:after{padding-bottom: 100%;}
    .col-about-culture .content ul li.pic div{width: 100%;padding: 0 15px; text-align: center;}
    .col-about-culture .content ul li p{padding: 3px 0; text-transform: uppercase;line-height: 1.3;}
    .col-about-culture .content ul li:last-child{margin-right: 0;}

    .col-about-history{padding-top: 5%;padding-bottom: 5%;}
    .col-about-history .col-title h3{color: #333;}
    .history .middle{width: 102%;position: absolute;left: -1%;top:32.26%;}
    .history .middle img{width: 100%;}
    .history .swiper-container{width: 100%;height: 100%;position: absolute;left: 0;top:0;}
    .history .cont{position: relative;display: flex; color: #353535; }
    .history .cont span.yuan{width: 30px;height: 30px;position: absolute;border:5px solid #f18d00;background: #fff;border-radius: 50%;}
    .history .cont .date{margin-bottom: 10px; color: #212121;line-height:1;}
    .history .cont .date .year{line-height: 0.8;}
    .history .cont h3{margin-bottom: 12px; color: #246ab0;transition: 0.5s;}
    .history .cont .desc{width: 110%; height:9.375vw;overflow: auto;  }
    .history .cont .desc p{ line-height: 1.62; }

    .history .cont .desc::-webkit-scrollbar{width:5px;height:5px;}
    .history .cont .desc::-webkit-scrollbar-track-piece{background-color: #eeeeee;}
    .history .cont .desc::-webkit-scrollbar-thumb:vertical{height: 10px;background-color: #f18d00;}
    .history .cont .desc::-webkit-scrollbar-thumb:horizontal{width: 10px;background-color: #eeeeee;}

    .history .cont0{width: 100%;height: 48.83%;position: absolute;right:10%;padding-bottom:3.5vw;align-items: flex-end;}
    .history .cont0 span.yuan{left: 5vw;bottom: 0;}
    .history .cont0 .desc{height: 8.33vw;}
    .history .cont1{height: 72.4%;padding-bottom:3.5vw;align-items: flex-end;}
    .history .cont1 span.yuan{left: 1.56vw;bottom: 0;}
    .history .cont2{width: 100%;padding-top: 3.64vw; position: absolute;left:10%;top:58%;}
    .history .cont2 span.yuan{left: 0;top:0;}
    .history .cont2 .desc{height: 6.77vw;}
    .history .cont3{height: 62.5%;padding-bottom:3.5vw;align-items: flex-end;}
    .history .cont3 span.yuan{left: 1vw;bottom: 0;}
    .history .cont4{width: 100%;padding-top: 4.5vw; position: absolute;left:10%;top:36%;}
    .history .cont4 span.yuan{left: 1.8vw;top:0;}

    .col-about-honor{ padding-top: 6%;}
    .col-about-honor .col-title h3{margin:0;color: #fff;}
    .col-about-honor .content{max-width: 740px;margin-top: 1.56vw; color: #fff;}
    .col-about-honor .honorBot{margin-top: 2.34vw;}
    .col-about-honor .list{margin-top: 5.2vw;}
    .col-about-honor .swiper-container .swiper-slide{transform: scale(0.9);transition: 0.5s;}
    .col-about-honor .swiper-container .swiper-slide-active,
    .col-about-honor .swiper-container .swiper-slide-duplicate-active{
      transform: scale(1);
    }
    .col-about-honor .swiper-container .swiper-pagination{position: static;margin-top: 2.5vw;}
    .col-about-honor .swiper-container .swiper-pagination .swiper-pagination-bullet {width:11px;height:11px;margin:0 3px;background:none;border:2px solid rgba(255,255,255,0.5); opacity:1;outline: none;}
    .col-about-honor .swiper-container .swiper-pagination .swiper-pagination-bullet-active{background: #f18d00;border-color: #f18d00;}
/*page about*/

/*page tech*/
    .col-tech1{padding-top: 6.77%;padding-bottom: 6.77%;}
    .col-tech1 .container{max-width: 1370px;}
    .col-tech1 .flex{align-items: center;}
    .col-tech1 .content{width: 51.61%;padding: 3.64vw;padding-left: 0;}
    .col-tech1 .content p.tit{margin-bottom: 1.56vw; line-height: 1.4;color: #2d2d2d; }
    .col-tech1 .pic{width: 48.39%;text-align: right;}

    .col-tech2 .container{max-width: 1370px;padding: 6vw 0; min-height: 42.916vw;align-items: center;}
    .col-tech2 .content{padding: 0;max-width: 600px; color: #fff;}
    .col-tech2 .content p.tit{margin:1.56vw 0; line-height: 1.4; }

    .col-tech3{ padding-top: 6%;padding-bottom: 6%; }
    .col-tech3 .container{max-width: 1200px;}
    .col-tech3 .content{ max-width: 635px;margin:1.5vw auto 0; }
    .col-tech3 .list{margin-top: 3.64vw;}
    .col-tech3 .list .pic:after{padding-bottom: 137.795%;}
/*page tech*/

/*page product*/
    .col-proColumn .flex{}
    .col-proColumn .content{padding: 0;display: flex;align-items: center;}
    .col-proColumn .content img.icon{width: 4.63vw;max-width: 89px;min-width: 60px;}
    .col-proColumn .content h3{margin:2vw 0 1.25vw;}
    .col-proColumn .content .col-more{margin-top: 1.5vw;}
    .col-proColumn .pic{padding: 0;}

    .col-proColumn1{padding-top: 6%;padding-bottom: 6%;}
    .col-proColumn1 .container.flex{max-width: 1350px;}
    .col-proColumn1 .content{padding-right: 3.5vw;}
    .col-proColumn1 .content h3{color: #2d2d2d;}
    .col-proColumn1 .pic{padding: 0 2.5%; text-align: center;}
    .col-proColumn1 .pic img{border-radius: 50%;}
    .col-proColumn0{padding: 0;color: #fff;}
    .col-proColumn0 .container.flex{max-width: none;flex-direction: row-reverse;}
    .col-proColumn0 .content{padding-right: 4vw;background: #a9a9b3;}
    .col-proColumn0 .content .con{max-width: 675px;padding-left: 4vw;}

    .col-prolist{padding-top: 3.5%;padding-bottom: 5%;}
    .col-prolist .container{max-width: 1370px;}
    .col-prolist .title h3{color: #333;text-align: center;}
    .col-prolist hr.hr{margin:4vw 0;border-color: #f8f8f8;}
    .pro{}
    .pro ul{margin:0 -5px;}
    .pro li{padding: 0 5px;margin-top: 3.5vw;}
    .pro li .pic{border-radius: 2px;box-shadow: 0 0 5px rgba(0,0,0,.15);}
    .pro li .pic:after{padding-bottom: 100%;}
    .pro li .pic img{width: 100%;}
    .pro li h4{margin-top: 1vw; color: #333;line-height: 1.3;}
    .pro li h4 a{color: #333;}
    .pro li .col-more{margin-top: 1vw;}
    .pro li .col-more a{min-width: 7.39vw; border:1px solid #fbe3c0;line-height: 38px;color: #f18d00;background: none; }
    .pro li .col-more a b{font-weight: normal;}
    .pro li .col-more a i{margin-left: 0.52vw;}
    .pro li .col-more a:hover{background: #f18d00;color: #fff;}

    .recommend{margin-top: 1.5vw;}
    .recommend .row{margin:0 -6px;}
    .recommend .recom{padding: 0 6px;margin-top: 2vw;}
    .recommend .recom .panel{cursor: pointer;border-radius: 2px;overflow: hidden;}
    .recommend .recom .pic{width: 56.84%;}
    .recommend .recom .pic:after{padding-bottom: 75%;}
    .recommend .recom .pic img{width:100%;}
    .recommend .recom .con{width: 43.16%;padding: 0 1.5vw; display: flex;align-items: center;background: url(../images/probg2.jpg) center no-repeat;background-size: cover;}
    .recommend .recom h4{max-width: 344px; line-height: 1.3;margin-bottom: 8px;}
    .recommend .recom h4 a{color: #333;}
    .recommend .recom p{line-height: 1.8em;height: 5.4em;overflow: hidden;}
    .recommend .recom .col-more{margin-top: 1.5vw;}
    .recommend .recom .col-more a{min-width:7.91vw;line-height: 38px;font-size: 14px; }

    .recommend .recom.recom1 .pic{width: 62.68%;}
    .recommend .recom.recom1 .pic:after{padding-bottom: 75%;}
    .recommend .recom.recom1 .pic img{width:100%;}
    .recommend .recom.recom1 .con{width: 37.32%;background-image: url(../images/probg1.jpg);}
    .recommend .recom.recom1 .con strong{color: #484848;}
    .recommend .recom.recom1 p{height: auto;}
    .recommend .recom.recom1 .con h4{margin-bottom: 1.2vw;}
    .recommend .recom.recom1 .con ul li{padding-left: 1vw;margin-top: 5px; position: relative;line-height: 25px;}    
    .recommend .recom.recom1 .con ul li:before{content: '';width: 5px;height: 5px;border-radius: 50%;background: #f18d00;position: absolute;left: 0;top:10px;}
    .recommend .recom.recom1 .con ul li p{line-height: 25px;}
    /*proshow*/
    .col-prodet{margin-top: calc(3.12vw + 75px);}
    .col-prodet .images{padding: 0;/*background: #eae9f5;*/}
    .col-prodet .images .pic:after{padding-bottom:100%;}
    .col-prodet .images .pic img{width: 100%;}
    .col-prodet .swiper-container .swiper-pagination{bottom: 2.5vw;}
    .col-prodet .swiper-container .swiper-pagination .swiper-pagination-bullet { width: 9px;height: 9px;margin:0 4px;background: #d3d3d3;opacity: 1;outline: none; }
    .col-prodet .swiper-container .swiper-pagination .swiper-pagination-bullet-active {background: #5c5c5c;}

    .col-prodet .content{padding: 0 5.2vw;display: flex;align-items: center; color: #fff;background: #f18d00;}
    .col-prodet .content div{width: 100%;}
    .col-prodet .content p a{color: #fff;}
    .col-prodet .content p.back{margin-top: 4vw;}
    .col-prodet .content h1{margin-top: 2.6vw;padding-bottom: 1.4vw; line-height: 1.2;border-bottom: 1px solid rgba(255,255,255,0.24);}
    .col-prodet .content .con{margin-top: 1vw;}
    .col-prodet .content .con strong{font-size: 18px;}
    .col-prodet .content .con ul{padding-top: 1vw;}
    .col-prodet .content .con ul li{position: relative;line-height: 25px;margin-top: 8px;padding-left: 1vw;}
    .col-prodet .content .con ul li:before{content: '';display: block;width: 5px;height: 5px;border-radius: 50%;position: absolute;left: 0;top:10px;background: #fff;}
    .col-prodet .content .con ul li p{line-height: 25px;}

    .col-prodet-box{margin-top: 3.5vw;}
    .col-prodet-box .container,
    .prenext .container,
    .col-prodet-related .container{max-width: 1380px;}
    .col-prodet-box .title{padding-left: 30px;position: relative; line-height: 25px;color: #262626;}
    .col-prodet-box .title span{display: block;width: 15px;height: 15px;border:4px solid #f18d00;border-radius: 50%;position: absolute;left: 0;top:5px;}
    .col-prodet-box .content{margin-top: 1.8vw;}
    .col-prodet-box2{margin-top: 5vw;}
    .col-prodet-box4 .content ul{display: flex;flex-wrap: wrap;}
    .col-prodet-box4 .content ul li{width: 23.5%;margin-right:2%;border:1px solid #e9e9e9;margin-bottom: 15px;}
    .col-prodet-box4 .content ul li:nth-child(4n){margin-right: 0;}
    .prenext{margin-top: 4vw;}
    .prenext .flex{width: 100%;padding: 0.78vw 2vw; background: #f18d00;color: #fff;justify-content: space-between;}
    .prenext a{display:block;max-width: 45%;line-height: 1.8; color: #fff;}

    .col-prodet-related{padding-top: 4vw;padding-bottom: 5vw;}

    .col-prodet-box-other{margin-top: 0;padding-top: 5vw;padding-bottom: 5vw;color: #313131;}
    .col-prodet-box-other1,
    .col-prodet-box-other2{background: #f8f8f8;}
    .col-prodet-box-other1{padding-bottom: 0;}
    .col-prodet-box-other1 .content ul li{ position: relative;padding-left: 25px;margin-bottom: 1vw; line-height: 25px; }
    .col-prodet-box-other1 .content ul li:before{content: '';width:6px;height: 6px;background: #f18d00;border-radius: 50%;position: absolute;left: 0;top:9px; }
    .col-prodet-box-other1 .content ul li p{line-height: 25px;}
    .col-prodet-box-other2 .content ul{margin:0 -2px;}
    .col-prodet-box-other2 .content ul li{width: 33.33%;float: left;padding: 0 2px;}
    .col-prodet-box-other2 .content ul li img{margin-bottom: 1.3vw;}
/*page product*/

/*page news*/
    .col-page-news{padding-top: 4.5%;padding-bottom: 4.5%; background: #f4f5f6;}
    .col-page-news .container{max-width: 1370px;}
    .news ul li{margin-top: 1.77vw;}
    .news ul li .panel{cursor: pointer; transition: 0.5s; box-shadow: 0 0 10px rgba(0,0,0,.1);}
    .news ul li .date{ color: #535353; }
    .news ul li h4{height: 2.8em;line-height: 1.4em; color: #222; overflow: hidden;transition: 0.5s;}
    .news ul li h4 a{color: #222;}
    .news ul li a.detailed{color: #888;}
    .news ul li a.detailed i{display: inline-block;margin-left: 15px; font-size: 12px;}
    .news ul li .panel:hover{box-shadow: 0 0 15px rgba(0,0,0,.3);}
    .news ul li .panel:hover h4 ,
    .news ul li .panel:hover h4 a{color: #1c60a5;}
    .news ul li .panel:hover a.detailed{color: #ed9207;}

    .news ul.img{margin:0 -0.78vw;padding-top: 0.83vw;}
    .news ul.img li{padding: 0 0.78vw;}
    .news ul.img li .pic:after{padding-bottom: 62.929%;}
    .news ul.img li .con{padding: 1vw;}
    .news ul.img li .date{align-items: center;}
    .news ul.img li .date i{margin-right: 6px;}
    .news ul.img li h4{margin-top: 10px;}

    .news ul.text{padding-top: 0.73vw;}
    .news ul.text .panel{padding: 2vw;padding-left: calc(2vw + 160px);position: relative;}
    .news ul.text .date{width: 160px;position: absolute;left: 2vw;top: 2vw;margin-top: 3px;}
    .news ul.text h4{height: 1.4em;}
    .news ul.text p{margin:2vw 0;color: #5a5a5a;}
    /*newshow*/
    .col-newsdet-top .container,
    .col-newsdet .container{max-width: 1400px;}
    .col-newsdet-top{padding-top: 2vw;padding-bottom: 2vw;margin-top: calc(3.12vw + 75px); background: #f4f5f6; }
    .col-newsdet-top .mbx{padding-bottom: 1.56vw; border-bottom: 1px solid #e2e3e3; }
    .col-newsdet-top h1{margin-top: 2vw; color: #222;line-height: 1.2;}
    .col-newsdet-top .date{margin-top: 1.3vw; color: #8b8b8b;}

    .col-newsdet{padding-top: 3.64%;padding-bottom: 5%;}
    .newshow{width: 67%;padding-right: 2vw;}
    .newshowtxt{ color: #464646; line-height: 1.8; }
    .prev-next{margin-top: 4vw;padding-top: 4vw; border-top: 1px solid #ebebeb;}
    .prev-next a{max-width:45%;color: #898989;}
    .prev-next a b{color: #535353;margin-bottom: 5px;display: inline-block;}
    .prev-next a:hover{color: #f18d00;}

    .newshow-more{width: 33%;padding-left: 2vw;}
    .newshow-more .col-title h3{padding-left: 15px; border-left:7px solid #f18d00;line-height: 1; }
    .newshow-more ul{margin-top: 1.45vw;}
    .newshow-more ul li{padding: 1.3vw; margin-bottom: 14px; color: #9b9b9b; border:1px solid #ededed; }
    .newshow-more ul li .pic{margin-bottom: 1vw;}
    .newshow-more ul li h4{margin-top: 8px; line-height: 1.3;color: #333;}
    .newshow-more ul li h4 a{color: #333;}
    .newshow-more ul li p{margin-top: 5px; height: 3em;line-height: 1.5em;overflow: hidden;}
/*page news*/
/*page*/
    .page { text-align: center;margin-top:4vw;}
    .page ul{margin:0;}
    .page li {  display: inline;}
    .page li a{
        display: inline-block;
        width: 25px;
        height: 25px;
        line-height: 25px;
        font-family: 'Arial';
        border-radius: 50%;
        background: none;
        padding: 0;
        margin: 0 5px;
        color:#4b4b4b;
        border:0!important;
    }
    .page li a:hover,
    .page li.active a {
        background: #eee!important;
        color: #f18d00;
    }
    .page li.bgnone a{
        background: none;
    }
    .page li.bgnone a:hover {
        color: #2d2e66;
    }
    .page li:first-child a,
    .page li:last-child a{background: none;border-radius: 50%;}
    @media (max-width: 991px) {
        .page{margin-top: 40px;}
    }
/*page*/

/*page job*/
    .col-job-talent,
    .col-job-welfare,
    .col-job-list{padding-top: 6%;padding-bottom: 6%;}

    .col-job-talent .container,
    .col-job-welfare .container,
    .col-job-list .container{max-width: 1340px;}

    .col-job-talent .col-title h3{color: #000;}
    .col-job-talent .col-title h3 span{width:15.625vw;max-width: 300px;height: 1px;top: 50%; }
    .col-job-talent .content{margin-top: 2vw; color: #000; }
    .col-job-talent .content .img{ margin-bottom: 1vw; }

    .col-job-welfare .content{margin-top: 3.43vw; color: #1e1e1e; }
    .col-job-welfare .content ul{margin:0 -1vw;}
    .col-job-welfare .content ul li{width: 16.66%;padding: 0 1vw; float: left;}
    .col-job-welfare .content ul li p{line-height: 1.3;}
    .col-job-welfare .content ul li img{width: 4.739vw;max-width: 91px;min-width:70px;margin-bottom: 1.56vw; box-shadow: 2.121px 2.121px 15px 0px rgba( 5, 24, 46,0.11 );border-radius: 50%;}

    .col-job-list{ background: #f8f8f8; }
    .apply a{display:inline-block;color:#fff;background:#f18d00;line-height:40px;padding:0 1vw;}

    .jobLists{margin-top: 4vw; text-align:center;}
    .jobLists .jobTitle{padding:13px 2.5vw;margin-bottom: 2vw; color:#fff;line-height:24px;background:#232323;}
    .jobLists .jobTitle .row div{width: 20%;}
    .jobList{padding:0 2.5vw;border-bottom:1px solid #e8e8e8;}
    .jobList .jobTitle{padding:1.2vw 0;margin:0;color:#242424;border-bottom:1px solid #f8f8f8;background:none;cursor:pointer;}
    .jobList .jobContent{display:none;padding-top: 1vw;padding-right: 150px; position: relative; text-align:left;color:#242424;}
    .jobList .jobContent p.zp{margin-bottom: 0.5vw;}
    .jobList .jobContent .apply{position: absolute;right: 0;bottom: 0;}
    .jobList.active{padding: 0.5vw 2.5vw 1.5vw;margin-bottom: 1.5vw; background:#fff;border-color: #fff;box-shadow: 2.121px 2.121px 15px 0px rgba( 5, 24, 46,0.11 );}
    .jobList.active .jobTitle{border-color: #e0e0e0;}
    .jobList.active .jobContent{display:block;}

    .col-jobform{padding-top: 5%;padding-bottom: 5%;}
    .col-jobform .container {max-width:800px; color: #333;}
    .jobform h3{color: #000;}
    .jobform ul{padding-top: 2vw;}
    .jobform ul li{margin-top: 13px;}
    .jobform ul li input,
    .jobform ul li textarea{width: 100%;float: left;height: 45px;padding: 0 15px; line-height:43px;border:1px solid #dedede;outline: none;}
    .jobform ul li textarea{padding: 10px 15px; height:150px;line-height: 1.8;}
    .jobform ul li.li4 input {
      width: 120px;
      float: left;
      color: #333;
    }
    .jobform ul li.li4 img {
      float: left;
      cursor: pointer;
      margin: 0 5px;
    }
    .jobform ul li.li4 a {
      float: left;
      line-height: 45px;
    }
    .jobform ul li.sub input {
      height: 48px;
      width: 20%;min-width: 100px;
      background: #575757;
      border: 0;
      margin-top: 40px;
      color: #fff;
      margin-right: 5px;
      transition: 0.3s;
    }
    .jobform ul li.sub input:hover {  background: #f18d00; }
/*page job*/

/*page contact*/
    .col-page-contact{padding-top: 6%;padding-bottom: 6%;}
    .col-page-contact .container{max-width: 1380px;}
    .col-page-contact .content{width: 35.36%; color: #2d2d2d;position: relative;z-index: 2;}
    .col-page-contact .content .con{margin-top: 3vw;}
    .col-page-contact .content .con h2{line-height: 1.3;margin-bottom: 1.3vw;}
    .col-page-contact .content .con ul{margin-top: 1.56vw;}
    .col-page-contact .content .con ul li{float: left;text-align: center;margin-right: 2vw;}
    .col-page-contact .content .con ul li img{display: block;width: 7.44vw;max-width: 143px;min-width: 100px; margin-bottom:5px;}
    .col-page-contact .social span{border-color: #f0f0f0;}
    .col-page-contact .social span a i{color: #000;}
    .col-page-contact .social span:hover {border-color: #f18d00;}
    .col-page-contact .social span:hover a i{color: #fff;}
    .col-page-contact .pic{width: 71.23%;position: absolute;right: 0;top:50%;transform: translateY(-50%);}
    .col-page-contact .pic p{position: absolute;left: 78.63%;top:44%;display: flex;align-items: center;line-height: 25px;white-space: nowrap;}
    .col-page-contact .pic p img{width: 25px;}
    .col-page-contact .pic p span{position: absolute;left: 100%;top:0;margin-left: 5px;}
    .col-page-contact .pic p a{color: #333;}
    .col-page-contact .pic p a:hover{color: #f18d00;}

    .contact{margin-top: 5vw;padding-bottom: 5vw;border-bottom: 1px solid #e5e5e5; color: #2d2d2d; }
    .contact h3{line-height: 1.3;margin-bottom: 1.4vw;}
    .contact ul{display: flex;}
    .contact ul li{width: 33.33%;margin-right: 2vw;padding: 1.56vw 2vw; border:1px solid #ececec; }
    .contact ul li p.img{display: flex;justify-content: space-between;margin-bottom: 1vw;}
    .contact ul li:last-child{margin-right: 0;}

    .message{padding-top: 4vw; color: #2d2d2d; }
    .message .col-title h3{color: #f18d00;}
    .message .col-title p{margin: 12px 0 17px;color: #2d2d2d;}
    .mess{padding: 0;}
    .mess ul li{margin-top: 17px;}
    .mess ul li input,
    .mess ul li textarea{width: 100%;float: left;padding: 0 17px; height: 58px;line-height: 56px; border-radius: 10px;border:1px solid #dedede;box-shadow: 2px 3.464px 8px 0px rgba( 0, 43, 105,0.07 );outline: none;}
    .mess ul li textarea{height:11.14vw;max-height: 214px;min-height: 110px;padding: 15px 17px;line-height: 1.8; }
    .mess ul li.li4{display: flex;align-items: center;}
    .mess ul li.li4 input{width: 40%;max-width: 200px;height: 50px;line-height: 48px;margin-right: 10px;}
    .mess ul li.sub{margin-top: 2.6vw;}
    .mess ul li.sub input{width: 40%;max-width: 200px;height: 50px;line-height: 48px;background: #fb7f03;border-color: #fb7f03;color: #fff;}
    .mess ul li.tips{max-width: 550px;}
    .mess.cons{padding-left: 4vw;}
/*page contact*/
/*other*/
    #gotoTop{
        display: none;
        z-index: 299;
        position: fixed;
        width: 40px;
        height: 40px;
        background-color: rgba(0,0,0,0.3);
        font-size: 20px;
        line-height: 36px;
        text-align: center;
        color: #fff;
        top: auto;
        left: auto;
        right: 30px;
        bottom: 50px;
        cursor: pointer;
        border-radius: 2px;
        transition: 0.5s;
    }
    #gotoTop:hover{
        background-color: #1557bb;color: #fff;
    }
    .customer-service{
        z-index: 299;
        position: fixed;
        font-size: 20px;
        line-height: 40px;
        text-align: center;
        color: #FFF;
        top: auto;
        left: auto;
        right: 30px;
        bottom: 90px;
    }
    .customer-service li{
        width: 40px;
        height: 40px;
        background-color: #333;
        background-color: rgba(0,0,0,0.3);
        cursor: pointer;
        border-radius: 2px;
        margin-bottom: 10px;
    }
    .customer-service li a{
        color: #FFF;
    }
    .customer-service li:hover{
        background-color: #f18d00 !important;
    }
/*other*/
/*addpro*/
    .banneradd{ margin-top: calc(3.12vw + 75px);}
    .banneradd .swiper-slide .pic:after{padding-bottom:31.25%;}
    .banneradd .swiper-slide .container{max-width: 1350px; display: flex;align-items: center;}
    .banneradd .swiper-slide .img{width: 50%;text-align: center;}
    .banneradd .swiper-slide .img img{max-height: 25.98vw;}
    .banneradd .swiper-slide .txt{width: 50%;padding-right: 3vw;}
    .banneradd .swiper-slide .txt p{line-height: 1.2;}
    .banneradd21 .swiper-slide .txt p.t1{font-size: 2.916vw;font-weight: bold;}
    .banneradd21 .swiper-slide .txt p.t2{font-size: 2.5vw;margin-top: 10px;}

    .banneradd22 .swiper-slide .txt p.t1{font-size: 2.18vw;}
    .banneradd22 .swiper-slide .txt p.t2{font-size: 2.29vw;margin-top: 10px;}
    .banneradd22 .swiper-slide .txt p.t3{font-size: 3.33vw;margin-top: 10px;}
    .banneradd22 .swiper-slide .txt hr{margin:1.5vw 0 0;width:22.7vw;max-width: 436px;min-width: 250px;border-color: #f18d00; }

    .banneradd23 .swiper-slide .txt p.t1{font-size: 3.125vw;line-height: 0.8;font-weight: bold;color: #f18d00;}
    .banneradd23 .swiper-slide .txt p.t1 span.data1{font-size: 9.375vw;position: relative;top:5px;}
    .banneradd23 .swiper-slide .txt p.t2{padding: 1vw 0; display: inline-block;font-size: 2.18vw; border-bottom: 1px solid #f18d00;}
    .banneradd23 .swiper-slide .txt p.t3{margin-top: 1.5vw; font-size: 1.56vw;}
    .banneradd23 .swiper-slide .txt p.t3 span.data2{font-size: 3.125vw;line-height: 0.8;position: relative;top: 5px;}
    .banneradd23 .swiper-slide .txt p.t3 em{font-size: 2.29vw;line-height: 1;}

    .banneradd24 .swiper-slide .txt p.t1{font-size: 3.125vw;line-height: 0.8;font-weight: bold;color: #f18d00;}
    .banneradd24 .swiper-slide .txt p.t1 span.data1{font-size: 9.375vw;position: relative;top:5px;}
    .banneradd24 .swiper-slide .txt p.t2{font-size: 2.18vw;margin-top: 1vw;}


    .col-addpro-mbbr1 .container{padding: 5.9vw 0;}
    .col-addpro-mbbr1 .content{margin-top: 3vw;}
    .col-addpro-mbbr1 .content p{max-width: 712px;margin:0 auto;}
    .col-addpro-mbbr1 .content ul{display: flex;margin-top: 4vw;}
    .col-addpro-mbbr1 .content ul li{width: 100%;padding: 6px 1vw; border-right: 1px solid #f18d00;}
    .col-addpro-mbbr1 .content ul li img{display: block; height: 2.5vw;max-height: 48px;min-height: 30px;margin:0 auto;margin-bottom: 1vw;}
    .col-addpro-mbbr1 .content ul li p{ line-height: 1.3;color: #202020; }
    .col-addpro-mbbr1 .content ul li:last-child{border:0;}

    .col-addpro-plastic1 .container{padding-bottom: 0;}
    .col-addpro-plastic1 .content p{max-width: 1200px;}
    .col-addpro-plastic1 .content img{margin-top: -8vw;margin-bottom: -4.68vw;position: relative;z-index: -1;}

    .col-addpro-pvcplastic1 .content p{max-width: 1160px;}


    .col-addpro-mbbr2{padding-top: 5.9vw;padding-bottom: 5.9vw; background: #f4f5f6; }
    .col-addpro-mbbr2 .content{margin-top: 1vw;}
    .col-addpro-mbbr2 .content ul{display: flex;flex-wrap: wrap;margin:0 -3.38vw;}
    .col-addpro-mbbr2 .content ul li{width: 33.33333%;padding: 0 3.38vw;margin-top: 2.6vw;}
    .col-addpro-mbbr2 .content ul li img{width: 100%; border-radius: 5px;}
    .col-addpro-mbbr2 .content ul li .txt{padding: 1.56vw 1.3vw;padding-bottom: 0;}
    .col-addpro-mbbr2 .content ul li p.tit{line-height: 1;color: #333;font-weight: bold;}
    .col-addpro-mbbr2 .content ul li hr{width: 3.125vw;max-width: 60px;min-width: 30px;margin:1vw auto;border-color: #f18d00;}

    .col-addpro-plastic2{}
    .col-addpro-plastic2 .content ul li{width: 50%;}


    .col-addpro-mbbr3{padding-top: 5.9vw;padding-bottom: 5.9vw;}
    .col-addpro-mbbr3 .list{margin-top: 4vw;}
    .col-addpro-mbbr3 .list ul{margin:0 -0.88vw;}
    .col-addpro-mbbr3 .list ul li{padding: 0 0.88vw;}
    .col-addpro-mbbr3 .list ul li .panel{border-radius: 10px;overflow: hidden;}
    .col-addpro-mbbr3 .list ul li .pic:after{padding-bottom: 112.389%;}
    .col-addpro-mbbr3 .list ul li .txt{width: 100%;position: absolute;left: 0;bottom:2.34vw;color: #fff;}
    .col-addpro-mbbr3 .list ul li .txt span{display: block; width: 4.427vw;max-width: 85px;min-width: 45px; height: 5px;margin:0 auto;margin-bottom: 0.88vw; border-radius: 3px;background: #f18d00;}
    .col-addpro-mbbr3 .list ul li a.more{display: block;padding:0.78vw; line-height:20px;color: #474747;background: #ececec;}
    .col-addpro-mbbr3 .list ul li a.more:hover{color: #fff;background: #f18d00;}

    .col-addpro-plastic3 .list ul{margin:0 -0.93vw;margin-top: -2vw;}
    .col-addpro-plastic3 .list ul li{padding: 0 0.93vw;margin-top: 2vw;}
    .col-addpro-plastic3 .list ul li .pic:after{padding-bottom: 90.714%;}


    .col-addpro-mbbr4{padding-top: 5.9vw;padding-bottom: 5.9vw;}
    .col-addpro-mbbr4 .list{margin-top: 3vw;}
    .col-addpro-mbbr4 .list .pic{border-radius: 6px;border:6px solid #fff;}
    .col-addpro-mbbr4 .list .pic:after{padding-bottom: 69.3%;}
    .col-addpro-mbbr4 .list .pic img{width: 100%;}
    .col-addpro-mbbr4 .swiper-container{}
    .col-addpro-mbbr4 .swiper-container .swiper-pagination{position: static;margin-top: 1.3vw;}
    .col-addpro-mbbr4 .swiper-container .swiper-pagination .swiper-pagination-bullet { width: 9px;height: 9px;margin:0 4px;background: #cecece;opacity: 1; outline: none;}
    .col-addpro-mbbr4 .swiper-container .swiper-pagination .swiper-pagination-bullet-active{ background: #f18d00; }

    .col-addpro-contact{padding-top: 6%;padding-bottom: 6%;}
    .col-addpro-contact .contactus1{padding: 0;padding-right: 3vw; color: #1c1c1c;}
    .col-addpro-contact .contactus1 h3{margin: 1.3vw 0;}
    .col-addpro-contact .contactus2{padding: 0;padding-top: 45px; display: flex;align-items: center; color: #333;}
    .col-addpro-contact .contactus2 p.qr{text-align: center;position: relative;}
    .col-addpro-contact .contactus2 p.qr img{width: 8.64vw;max-width: 166px;min-width: 100px;}
    .col-addpro-contact .contactus2 p.qr span{display: block;width: 100%; position: absolute;left: 0;top:100%;margin-top: 8px;}
    .col-addpro-contact .contactus2 .lx{width: 100%;padding-left: 3vw;}
    .col-addpro-contact .contactus2 .lx h3{font-weight: bold;}
    .col-addpro-contact .contactus2 .lx p{margin-top: 0.78vw; line-height: 1.3;}
    .col-addpro-contact .contactus2 .lx p span{margin-left: 0.78vw; line-height:1;}

    .col-prolist{margin-top: calc(3.12vw + 75px);padding-top: 5%; background: #f8f8f8;}
    .prolist-mbx{padding: 0;padding-bottom:2vw; }
    .col-page-product{padding-top: 6%;padding-bottom: 6%; background: #f8f8f8; }
    .col-page-left{padding-left: 0;padding-right: 2.5vw;}

    .product-cate{padding: 2.6vw 2vw; background: #fff; }
    .product-cate h3{color: #222;}
    .pronavadd ul{margin-top: 1.56vw; border-top:1px solid #ddd;}
    .pronavadd ul li{padding: 1vw 0; padding-left: 16px;position: relative;border-bottom: 1px dashed #ddd; }
    .pronavadd ul li:before{content: '';width: 6px;height: 6px;position: absolute;left: 0;top: calc(1vw + 10px);background: #222;border-radius: 50%;}
    .pronavadd ul li h4{line-height:1.5;color: #222;}
    .pronavadd ul li h4 a{color: #222;}
    .pronavadd ul li h4 a:hover{color: #f18d00;}
    .pronavadd ul li h4 a.on{color: #f18d00;border-bottom: 1px solid #f18d00;}

    .col-page-right{padding: 0;}
    .col-page-right .pro ul{margin-top: -3.5vw;}
    .col-page-right .pro ul li .panel{padding-bottom: 1vw;}


    .col-prodet-out{padding-top: 5vw;}
    .col-prodet-out .container{max-width: 1380px;}

    .col-prodet p.p-mbx{width: 100%;margin-bottom: 2vw;}
    .col-prodet .content1{padding: 0;padding-left: 5vw;padding-bottom: 40px; color: #333;}
    .col-prodet .content1 div{width: 100%;}
    .col-prodet .content1 p a{color: #333;}
    .col-prodet .content1 p.back{position: absolute;left:5vw;bottom:0;}
    .col-prodet .content1 h1{padding-bottom: 1.4vw; line-height: 1.2;border-bottom: 1px solid rgba(0,0,0,0.24);}
    .col-prodet .content1 .con{margin-top: 1vw;line-height:1.8;}
    .col-prodet .content1 .con table{max-width:100%;color:#888;}
    .col-prodet .content1 .con table td:first-child{padding-right:1vw;color:#333;}

    a.aPlay{display: block;position: absolute;left: 50%;top:50%;transform: translate(-50%,-50%);  }
    a.aPlay i{display: block;width: 60px;height: 60px;line-height: 60px;text-align: center;font-size: 20px;color: #fff;background: #f18d00;border-radius: 50%;z-index: 2;position: relative;}
    .videoPop{display: none; width: 100%;height: 100%;background: rgba(0,0,0,0.6);position: fixed;left: 0;top:0;z-index: 1001;}
    .videoPop .content{width: 100%; max-width: 1280px; max-height:65vh; position: absolute;left: 50%;top:50%;transform: translate(-50%,-50%);}
    #video{width: 98%;max-width: 1280px;max-height:65vh;display: block; margin: 0 auto;  }
    #videoClose{position: absolute;right:0;top:0;transform: translateY(-100%); color: #fff;cursor: pointer;font-size: 28px;transition: 0.5s;}
    #videoClose:hover{color: #f18d00;}
/*addpro*/

@media (max-width: 1400px){
    .nav ul li{padding: 0 2.2vw;}
}
/*手机版菜单*/
@media screen and (max-width: 991px)  {
    header h1{height: 55px;line-height: 55px;width: auto;}
    header h1 img{max-height: 75%;}
    .head{padding: 0!important;}
    #header a.mm_btn {background: center center no-repeat ;display: block;width: 55px;height: 55px;position: absolute;top:0;right: 0; padding: 12.5px; }
    #header .mm_btn .menu_bar {width: 30px;height: 30px; position: relative;transform: translateZ(0) rotate(0);transition: transform .4s cubic-bezier(.4,.01,.165,.99);}
    #header .mm_btn .menu_bar_item { position: absolute;left: 0;top: 0; transform: translateZ(0) rotate(0); transition: transform .25s cubic-bezier(.4,.01,.165,.99) 0s; -webkit-transform: translateZ(0) rotate(0); -webkit-transition: -webkit-transform .25s cubic-bezier(.4,.01,.165,.99) 0s; width: 30px;height: 30px;}
    #header .mm_btn .menu_bar_item .rect{ width: 30px; height: 2px; background: #fff; position: absolute; left: 0; top: 14px;
      /*transition: transform .2s ease .2s;
      -webkit-transition: -webkit-transform .2s ease .2s;*/
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
    }
    #header .mm_btn .menu_bar_item .rect.top {transform: translate3d(0,-8px,0); -webkit-transform: translate3d(0,-8px,0);}
    #header .mm_btn .menu_bar_item .rect.mid {transform: translate3d(0,0px,0); -webkit-transform: translate3d(0,0px,0); transition: 0.5s;}
    #header .mm_btn .menu_bar_item .rect.bottom {transform: translate3d(0,8px,0); -webkit-transform: translate3d(0,8px,0);}
    #header .mm_btn.is_active .menu_bar_item.mid{opacity: 0;}
    #header .mm_btn.is_active .menu_bar_item .rect {transition: transform 0s ease 0s; transform: translate3d(0,0,0); -webkit-transition: -webkit-transform 0s ease 0s; -webkit-transform: translate3d(0,0,0);}
    #header .mm_btn.is_active .menu_bar_item.bottom { transform: translateZ(0) rotate(-45deg); -webkit-transform: translateZ(0) rotate(-45deg);}
    #header .mm_btn.is_active .menu_bar_item {
      transform: translateZ(0) rotate(45deg);
      transition: transform .25s cubic-bezier(.4,.01,.165,.99) 0s;
      -webkit-transform: translateZ(0) rotate(45deg);
      -webkit-transition: -webkit-transform .25s cubic-bezier(.4,.01,.165,.99) 0s;
    }
    /*菜单弹出方向*/
    .mm-menu_offcanvas{left: auto!important;}
    .mm-menu{right: 0!important;}
    .mm-menu_offcanvas.mm-menu_opened{z-index: 9!important;}
    .mm-slideout{z-index: 10!important;}
    .mm-menu.mm-menu_pageshadow:after{content: ""; display: block; width: 20px; height: 120%; position: absolute; right: 100%; top: -10%; z-index: 99; box-shadow: 0 0 10px rgba(0,0,0,.3);}/*弹出菜单边阴影*/
    .mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened~.mm-slideout{
      -webkit-transform: translate(-80vw,0)!important;
      -ms-transform: translate(-80vw,0)!important;
      transform: translate(-80vw,0)!important;
      -webkit-transform: translate3d(-80vw,0,0)!important;
      transform: translate3d(-80vw,0,0)!important;
      /*transform: translate3d(80vw,0,0)!important;*/
    }
    .mm-wrapper_opened .mm-menu_fx-menu-slide {
      -webkit-transform: translate(0,0)!important;
      -ms-transform: translate(0,0)!important;
      transform: translate(0,0)!important;
      -webkit-transform: translate3d(0,0,0)!important;
      transform: translate3d(0,0,0)!important;
    }
    /**/
    #menu{ color:rgba(0,0,0,.8);}
    #menu .mm-listview .mm-btn_next:after{border-color: rgba(189,189,189,1);}
    #menu .mm-btn:after, #menu .mm-btn:before{border-color: rgba(189,189,189,1);}
    #menu .mm-navbar a, #menu .mm-navbar>*{color:rgba(0,0,0,.8); font-size: 16px;}
    #menu.mm-menu_theme-white .mm-counter{color:rgba(0,0,0,.6);}
    #menu .mm-searchfield input{background: rgba(0,0,0,.3);color: rgba(0,0,0,.2);}
    #menu .mm-listitem, #menu .mm-listitem #menu .mm-btn_next, #menu .mm-listitem #menu .mm-btn_next:before, #menu .mm-listitem:after, #menu .mm-listview{ border-color: rgba(0,0,0,.1); }
    #menu .mm-navbars_bottom, #menu .mm-navbars_top{border-color: rgba(0,0,0,.1);}
    #menu .mm-listitem a{font-size: 16px;}
}
@media (min-width: 550px){
    .mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened~.mm-slideout {
      -webkit-transform: translate(-440px,0)!important;
      -ms-transform: translate(-440px,0)!important;
      transform: translate(-440px,0)!important;
      -webkit-transform: translate3d(-440px,0,0)!important;
      transform: translate3d(-440px,0,0)!important;
    }
}
@media (max-width: 991px){
.col-title p{margin-top:8px;}
.col-title h3.tips{margin-top: 8px;}
.col-title h3.tips span{width: 6px;height: 6px;top:2px;margin-left:8px;}

.col-more a{line-height:35px;border-radius: 20px;}
.col-more a b{font-weight: normal;}
.col-more a i{margin-left: 7px;}

/*index about*/
    .about-number ul li{padding:15px 0;}
    .about-number ul li hr{margin:5px 0 14px;}
    .about-number ul li p.data span.num{font-size:34px;}
    .about-number ul li p.data span.dw{font-size: 20px;}
    .col-index-about{ padding-top: 60px;padding-bottom: 60px; }
    .col-index-about .col-title h3{margin-top: 0;}
    .col-index-about .col-more{margin-top: 20px;}
    .col-index-about .content{width:100%;padding-right:0;}
    .col-index-about .content p{max-width: none;}
    .col-index-about .content p.tit{margin: 8px 0 10px;max-width: none;}
    .col-index-about .pic{margin-top: 40px; width:100%;text-align: center;}
    .col-index-about .about-number{width:100%;padding-left:0;margin-top:20px;}
/*index about*/
/*index product*/
    .col-index-product{height: auto;}
    .col-index-product .padding{padding-top: 55px;padding-bottom: 55px;}
    .col-index-product .contents{width: 100%;padding-right: 0;}
    .col-index-product .content{max-width: none; min-height: 300px;padding-bottom: 30px;}
    .col-index-product .content .col-title{padding:15px 0;}
    .col-index-product .content .col-more{margin-top: 25px;}
    .col-index-product .list{width: 100%;}
    .col-index-product .list ul{margin:0 -1vw;}
    .col-index-product .list ul li{padding: 0 1vw;}
    .col-index-product .list ul li .pic{max-width: 130px;margin:0 auto;}
    .col-index-product .list ul li p{margin-top:10px;font-size: 14px;}
    .col-index-product .list ul li a.active .pic img{width: 85%;background: #f18d00;}
    .col-index-product .list ul li a.active p{transform: scale(1.15);}
/*index product*/
/*index technology*/
    .col-index-tech{padding-top:60px;padding-bottom:60px;}
    .col-index-tech .flex{align-items: center;}
    .col-index-tech .col-title{margin-bottom: 25px;}
    .col-index-tech .col-title h4{font-size:40px;}

    .col-index-tech .content{width: 100%;padding-right: 0;}
    .col-index-tech .content ul{padding-top: 25px;display: block;}
    .col-index-tech .content ul li{display: inline-block; width:auto;min-width: 170px; margin-right:10px!important;margin-top: 13px; padding: 8px 15px; float: none;}
    .col-index-tech .content ul li p:before{margin-right: 10px; width: 8px;height: 8px;}

    .col-index-tech .pic{width: 100%;text-align: center;margin-top:40px;}
/*index technology*/
/*index sale*/
    .col-index-sale{padding-top: 60px;padding-bottom: 60px;}
    .col-index-sale .col-title {padding-right: 14px;padding-bottom: 10px;margin-bottom: 10px;}

    .col-index-sale .pic{width:100%;}
    .col-index-sale .content{width:100%;padding-left:0;margin-top: 40px;}
    .col-index-sale .content p.p2 .num{ font-size: 30px;}
    .col-index-sale .content p.p2 .num em{font-size: 20px;}
/*index sale*/
/*index news*/
    .col-index-news{padding-top: 55px;padding-bottom: 55px;}
    .col-index-news .button a{ margin-left:1.5vw;}

    .col-index-news .list{margin-top: 20px;}
    .col-index-news .list ul{margin:0 -8px;}
    .col-index-news .list ul li{padding: 0 8px;}
    .col-index-news .list ul li .panel{padding:15px;}
    .col-index-news .list ul li h4{margin-top:10px;}
    .col-index-news .list ul li p{margin-top: 8px;}
    .col-index-news .list ul li a.detailed{margin-top: 13px;}
    .col-index-news .list ul li.text{padding-top:15px;}
    .col-index-news .list ul li.text h4{margin-top: 8px;}
    .col-index-news .list ul li.text a.detailed{margin-top: 10px;}

    .col-index-news .list.list2{margin-top: 30px;}
/*index news*/

/*footer*/
    .footer{padding-top:55px;text-align: center;}
    .footerleft{width: 100%;margin-top:50px; border-right: 0; border-top:1px solid #404141;padding-bottom:0;margin-bottom:0;}
    .footerleft .dh{display: none;}
    .footerleft .lx{margin-top: 45px;}
    .footerleft .lx ul{max-width: none;margin-top: 0;}
    .footerleft .lx ul li{width: 100%;margin-bottom:0;margin-top: 25px; }
    .footerleft .lx ul li p.tit:after{position: static;display: block;margin:0 auto;margin-top: 8px;}
    .footerright{max-width:100%;width: 100%;text-align: center;}
    .footerright h3{margin-top: 30px;margin-bottom: 10px;}
    .footerright p.qrcode{padding-top: 15px;}
    .footerright p.qrcode img{ margin:0 5px;}
    .social{margin-top: 15px;}
    .social span{margin:0 2px;}
    .copy{margin-top: 40px;padding: 15px 0;}
    .copy p{width: 100%;}
/*footer*/

/*page about*/
    .col-page-about{padding-top:55px;}
    .col-page-about .content h3{margin-bottom: 10px;}
    .col-page-about .content p{line-height: 1.8;}
    .col-page-about .content table tr{}
    .col-page-about .content table tr td{display: block;width: 100%;padding:0;padding-top: 25px!important;}
    .col-page-about .content table tr td img{width: 100%;}
    .col-page-about .content table tr td:first-child{width:100%;padding-right:0;}
    .col-page-about .content table tr td:last-child{width:100%;padding-left:0;}
    .col-page-about .content table tr:first-child td{padding-top: 0;}
    .col-page-about .content table tr:last-child td{padding-bottom: 0;}

    .col-page-about .about-number ul li{padding: 10px 0;}

    .col-about-culture{padding-top:60px;}
    .col-about-culture .col-title {margin-bottom: 30px;}
    .col-about-culture .list h3{ margin-bottom: 10px;}
    .col-about-culture .list .contentl{padding: 0;}
    .col-about-culture .list .contentl .con{max-width: none; padding:30px 4vw;}
    .col-about-culture .list .contentr .con{padding:30px 4vw; border-left:0;}
    .col-about-culture .list .contentr .con>*{max-width: none;padding-left: 0;}

    .col-about-culture .content{padding-top: 25px;padding-bottom: 40px;font-size: 12px;}
    .col-about-culture .content ul{flex-wrap: wrap;}
    .col-about-culture .content ul li{min-width: 135px;margin-right: 4%!important;margin-top: 15px;}
    .col-about-culture .content ul li p.f30{font-size: 18px;}

    .col-about-history{padding-top:50px;padding-bottom:50px;}
    .history-mob{position: relative;padding-top: 15px;overflow: hidden;}
    .history-mob:before{content:'';width: 3px;height: 100%;position: absolute;left: 8px;top:43px;background: #205ba9;}
    .history-mob .list{position: relative;padding-left: 30px;margin-top: 25px;z-index: 2;}
    .history-mob .list .yuan{display: block;width: 18px;height: 18px;position: absolute;left: 0;top:1px;border-radius: 50%;border:4px solid #f18d00;background: #fff;}
    .history-mob .list .date{margin-bottom: 10px;line-height: 1;color: #212121;font-size:13px;}
    .history-mob .list .date .year{font-size:24px;line-height: 0.8;}
    .history-mob .list h3{margin-bottom: 12px;font-size: 18px; color: #246ab0;}

    .col-about-honor{ padding-top: 60px;}
    .col-about-honor .content{max-width: none;margin-top: 15px;}
    .col-about-honor .honorBot{margin-top: 25px;}
    .col-about-honor .list{margin-top: 50px;}
    .col-about-honor .swiper-container .swiper-pagination{margin-top:25px;}
    .col-about-honor .swiper-container .swiper-pagination .swiper-pagination-bullet {width:9px;height:9px;border-width: 1px;}
/*page about*/
/*page tech*/
    .col-tech1{padding-top:60px;padding-bottom:60px;}
    .col-tech1 .content{width:100%;padding: 0;margin-top: 20px;}
    .col-tech1 .content p.tit{margin-bottom: 15px;}
    .col-tech1 .pic{width: 100%;text-align: center;margin-top: 30px;}
    .col-tech1 .pic img{width: 100%;}

    .col-tech2 .container{padding:60px 0;}
    .col-tech2 .content p.tit{margin:15px 0;}

    .col-tech3{ padding-top: 60px;padding-bottom: 60px; }
    .col-tech3 .content{ margin-top: 15px;}
    .col-tech3 .list{margin-top: 35px;}
/*page tech*/

/*page product*/
    .col-proColumn .flex{align-items: center;}
    .col-proColumn .content{padding: 0;}
    .col-proColumn .content h3{margin:20px 0 15px;}
    .col-proColumn .content .col-more{margin-top: 20px;}
    .col-proColumn .pic{padding: 0;}

    .col-proColumn1{padding-top: 60px;padding-bottom: 60px;}
    .col-proColumn1 .content{padding-right:0;}
    .col-proColumn1 .pic{padding:30px 0 0;}
    .col-proColumn0{padding: 0;}
    .col-proColumn0 .content{padding: 50px 4vw;}
    .col-proColumn0 .content .con{max-width: none;padding-left: 0;}

    .col-prolist{padding-top: 50px;padding-bottom: 50px;}
    .col-prolist hr.hr{margin:40px 0;}
    .pro li{margin-top: 35px;}
    .pro li h4{margin-top: 10px;}
    .pro li .col-more{margin-top: 10px;}
    .pro li .col-more a{line-height: 35px;}
    .pro li .col-more a i{margin-left: 5px;}

    .recommend{margin-top: 15px;}
    .recommend .recom{margin-top: 20px;}
    .recommend .recom .con{padding: 0 20px;}
    .recommend .recom h4{max-width: none;}
    .recommend .recom .col-more{margin-top: 15px;}
    .recommend .recom .col-more a{line-height:35px;}

    .recommend .recom.recom1 .con h4{margin-bottom:12px;}
    .recommend .recom.recom1 .con ul li{padding-left: 10px;}    
    /*proshow*/
    .col-prodet{margin-top: 55px;}
    .col-prodet .swiper-container .swiper-pagination{bottom: 20px;}
    .col-prodet .swiper-container .swiper-pagination .swiper-pagination-bullet {width: 6px;height:6px;margin:0 3px; }

    .col-prodet .content{padding: 40px 4vw;}
    .col-prodet .content p.back{margin-top: 30px;}
    .col-prodet .content h1{margin-top: 25px;padding-bottom:15px;}
    .col-prodet .content .con{margin-top: 10px;}
    .col-prodet .content .con strong{font-size: 15px;}
    .col-prodet .content .con ul{padding-top: 10px;}
    .col-prodet .content .con ul li{padding-left: 12px;}

    .col-prodet-box{margin-top: 35px;}
    .col-prodet-box .title{padding-left: 20px;}
    .col-prodet-box .title span{width: 12px;height: 12px;border:3px solid #f18d00;top:6px;}
    .col-prodet-box .content{margin-top: 20px;}
    .col-prodet-box2{margin-top: 50px;}
    .col-prodet-box4 .content ul{display: flex;flex-wrap: wrap;}
    .col-prodet-box4 .content ul li{width:23.875%;margin-right:1.5%;}
    .col-prodet-box4 .content ul li:nth-child(4n){margin-right: 0;}
    .prenext{margin-top: 40px;}
    .prenext .flex{padding: 7px 15px;}

    .col-prodet-related{padding-top: 40px;padding-bottom: 50px;}

    .col-prodet-box-other{margin-top: 0;padding-top: 50px;padding-bottom: 50px;}
    .col-prodet-box-other1{padding-bottom: 0;}
    .col-prodet-box-other1 .content ul li{margin-bottom: 12px;}
    .col-prodet-box-other2 .content ul li{margin-bottom: 15px;}
    .col-prodet-box-other2 .content ul li img{margin-bottom: 13px;}
/*page product*/

/*page news*/
    .col-page-news{padding-top:55px;padding-bottom:55px;}
    .news ul li{margin-top:17px;}
    .news ul li a.detailed i{margin-left: 10px;}

    .news ul.img{margin:0 -7px;padding-top: 8px;}
    .news ul.img li{padding: 0 7px;}
    .news ul.img li .con{padding: 10px;}
    .news ul.img li .date i{margin-right: 5px;}
    .news ul.img li h4{margin-top: 8px;}

    .news ul.text{padding-top: 7px;}
    .news ul.text .panel{padding: 20px;padding-left: 120px;}
    .news ul.text .date{width: 100px;left: 20px;top: 20px;margin-top: 3px;}
    .news ul.text p{margin:15px 0;}
    /*newshow*/
    .col-newsdet-top{padding-top: 20px;padding-bottom: 20px;margin-top: 55px;}
    .col-newsdet-top .mbx{padding-bottom: 15px;}
    .col-newsdet-top h1{margin-top: 20px;}
    .col-newsdet-top .date{margin-top: 13px;}

    .col-newsdet{padding-top: 35px;padding-bottom: 55px;}
    .newshow{width: 100%;padding-right: 0;}
    .prev-next{margin-top: 40px;padding-top: 40px;}
/*page news*/

/*page job*/
    .col-job-talent,
    .col-job-welfare,
    .col-job-list{padding-top:60px;padding-bottom:60px;}

    .col-job-talent .content{margin-top: 20px;}
    .col-job-talent .content .img{ margin-bottom: 10px; }
    .col-job-talent .content img{width: 45px;}

    .col-job-welfare .content{margin-top:10px;}
    .col-job-welfare .content ul{}
    .col-job-welfare .content ul li{display: inline-block; width: 16%;min-width: 100px;margin-top: 25px; float: none;}
    .col-job-welfare .content ul li p{font-size: 15px;}
    .col-job-welfare .content ul li img{margin-bottom:15px;}

    .apply a{line-height:33px;padding:0 15px;font-size: 14px;}

    .jobLists{margin-top: 40px;}
    .jobLists .jobTitle{padding:10px 15px;margin-bottom: 20px;}
    .jobList{padding:0 15px;}
    .jobList .jobTitle{padding:10px 0;margin:0;}
    .jobList .jobContent{padding-top: 10px;padding-right: 120px;}
    .jobList .jobContent p.zp{margin-bottom: 5px;}
    .jobList.active{padding: 5px 15px 15px;margin-bottom: 15px;}

    .col-jobform{padding-top:55px;padding-bottom:55px;}
    .jobform ul{padding-top: 20px;}
    .jobform ul li{margin-top: 13px;}
    .jobform ul li input,
    .jobform ul li textarea{height: 40px;padding: 0 15px; line-height:38px;}
    .jobform ul li textarea{padding:8px 15px; height:120px;line-height: 1.8;}
    .jobform ul li.li4 a {line-height: 40px;}
    .jobform ul li.sub input {
      height: 42px;
      margin-top: 25px;
    }
/*page job*/

/*page contact*/
    .col-page-contact{padding-top: 60px;padding-bottom: 60px;}
    .col-page-contact .content{width: 100%;}
    .col-page-contact .content .con{margin-top: 30px;}
    .col-page-contact .content .con h2{margin-bottom: 15px;}
    .col-page-contact .content .con ul{margin-top: 15px;}
    .col-page-contact .content .con ul li{margin-right: 15px;}
    .col-page-contact .pic{width: 100%;position: relative;transform: none;margin-top: 30px;}

    .contact{margin-top: 50px;padding-bottom: 50px;}
    .contact h3{margin-bottom: 15px;}
    .contact ul li{padding: 15px 20px;margin-right: 1.5vw; }
    .contact ul li p.img{margin-bottom: 10px;}
    .contact ul li p.img img{height: 28px;}

    .message{padding-top: 40px;}
    .message .col-title p{margin: 10px 0;}
    .mess ul li{margin-top: 13px;}
    .mess ul li input,
    .mess ul li textarea{padding: 0 15px; height:45px;line-height:43px; border-radius:7px;}
    .mess ul li textarea{padding: 10px 15px;line-height: 1.8; }
    .mess ul li.li4{display: flex;align-items: center;}
    .mess ul li.li4 input{height: 45px;line-height: 43px;margin-right:7px;}
    .mess ul li.sub{margin-top: 25px;}
    .mess ul li.sub input{height: 45px;line-height: 43px;}
    .mess ul li.tips{max-width: none;}
    .mess.cons{padding-left: 0;}
/*page contact*/

/*addpro*/
    .banneradd{ margin-top:55px;}
    .banneradd .swiper-slide .pic:after{padding-bottom:50%;}
    .banneradd .swiper-slide .txt{width: 100%;}
    .banneradd21 .swiper-slide .txt p.t1{font-size: 20px;}
    .banneradd21 .swiper-slide .txt p.t2{font-size: 18px;}

    .banneradd22 .swiper-slide .txt p.t1{font-size: 20px;}
    .banneradd22 .swiper-slide .txt p.t2{font-size: 23px;margin-top: 7px;}
    .banneradd22 .swiper-slide .txt p.t3{font-size: 22px;margin-top: 7px;}
    .banneradd22 .swiper-slide .txt hr{margin-top: 15px;}

    .banneradd23 .swiper-slide .txt p.t1{font-size: 18px;}
    .banneradd23 .swiper-slide .txt p.t1 span.data1{font-size:30px;top:2px;}
    .banneradd23 .swiper-slide .txt p.t2{padding: 8px 0; font-size: 18px; }
    .banneradd23 .swiper-slide .txt p.t3{margin-top: 15px; font-size: 14px;}
    .banneradd23 .swiper-slide .txt p.t3 span.data2{font-size: 28px;top: 2px;}
    .banneradd23 .swiper-slide .txt p.t3 em{font-size: 18px;}

    .banneradd24 .swiper-slide .txt p.t1{font-size: 18px;}
    .banneradd24 .swiper-slide .txt p.t1 span.data1{font-size: 30px;top:2px;}
    .banneradd24 .swiper-slide .txt p.t2{font-size: 16px;margin-top: 8px;}

    .col-addpro-mbbr1 .container{padding: 60px 0;}
    .col-addpro-mbbr1 .content{margin-top: 30px;}
    .col-addpro-mbbr1 .content ul{margin-top: 40px;font-size: 16px;}
    .col-addpro-mbbr1 .content ul li img{margin-bottom: 10px;}
    .col-addpro-mbbr1 .content ul li p{ line-height: 1.4; }

    .col-addpro-mbbr2{padding-top: 60px;padding-bottom: 60px;}
    .col-addpro-mbbr2 .content{margin-top: 10px;}
    .col-addpro-mbbr2 .content ul{margin:0 -1.5vw;}
    .col-addpro-mbbr2 .content ul li{padding: 0 1.5vw;margin-top: 25px;}
    .col-addpro-mbbr2 .content ul li .txt{padding: 15px 0;padding-bottom: 0;}
    .col-addpro-mbbr2 .content ul li hr{margin:10px auto;}

    .col-addpro-mbbr3{padding-top: 60px;padding-bottom: 60px;}
    .col-addpro-mbbr3 .list{margin-top: 20px;}
    .col-addpro-mbbr3 .list ul{margin:0 -8px;}
    .col-addpro-mbbr3 .list ul li{padding: 0 8px;margin-top: 20px;}
    .col-addpro-mbbr3 .list ul li .panel{border-radius: 5px;}
    .col-addpro-mbbr3 .list ul li .txt{bottom:20px;}
    .col-addpro-mbbr3 .list ul li .txt span{min-width: 40px; height:3px;margin-bottom:8px;}
    .col-addpro-mbbr3 .list ul li a.more{padding:7px;}

    .col-addpro-mbbr4{padding-top: 60px;padding-bottom: 60px;}
    .col-addpro-mbbr4 .list{margin-top: 30px;}
    .col-addpro-mbbr4 .list .pic{border-radius: 4px;border:4px solid #fff;}
    .col-addpro-mbbr4 .swiper-container .swiper-pagination{margin-top: 13px;}
    .col-addpro-mbbr4 .swiper-container .swiper-pagination .swiper-pagination-bullet { width: 7px;height: 7px;margin:0 3px;}

    .col-addpro-contact{padding-top: 60px;padding-bottom: 60px;}
    .col-addpro-contact .contactus1{padding: 0;}
    .col-addpro-contact .contactus1 h3{margin: 13px 0;}
    .col-addpro-contact .contactus2{padding: 0;margin-top: 40px;}
    .col-addpro-contact .contactus2 .lx{padding-left: 20px;}
    .col-addpro-contact .contactus2 .lx p{margin-top: 7px;}
    .col-addpro-contact .contactus2 .lx p span{margin-left: 7px;}

    .col-prolist{margin-top: 55px;padding-top:50px;}
    .col-page-product{padding-top: 60px;padding-bottom: 60px;}

    .col-page-right .pro ul{margin-top: -35px;}
    .col-page-right .pro ul li .panel{padding-bottom: 10px;}


    .col-prodet-out{padding-top: 50px;}

    .col-prodet p.p-mbx{margin-bottom: 20px;}
    .col-prodet .content1{padding: 0;margin-top: 25px;}
    .col-prodet .content1 p.back{position: static;margin-top: 30px;}
    .col-prodet .content1 h1{padding-bottom:15px;}
    .col-prodet .content1 .con{margin-top: 15px;}
/*addpro*/

}
@media (max-width: 767px){

    .col-addpro-mbbr2 .content ul li{width: 50%;}

    .col-index-news .list {margin-top: 0px;}
    .col-index-news .list ul li{margin-top:20px;}
    .col-index-news .list ul li .pic img{width: 100%;}
    .col-index-news .list.list2{margin-top: 10px;}

    .jobLists .jobTitle .row div.pos{width: 65%;}
    .jobLists .jobTitle .row div.numb{width: 35%;}
    .jobList .jobContent {padding-right: 0;}
    .jobList .jobContent .apply{position: static;margin-top: 20px;}

    .col-page-contact .pic p span{display: block;width:max-content; top: 100%;left:50%;transform: translateX(-50%); margin:0;margin-top: 5px;}
    .contact h3{margin-bottom:5px;}
    .contact ul {flex-wrap: wrap;}
    .contact ul li{width: 100%;margin-right: 0;margin-top: 15px;}

    .recommend .recom .pic{width:100%;}
    .recommend .recom .con{width: 100%; padding: 20px;}
    .recommend .recom.recom1 .pic{width: 100%;}
    .recommend .recom.recom1 .con{width: 100%;}
    .recommend .recom.recom1 .con h4{font-size: 20px;}

    .prenext {display:block;}
    .prenext a{width: 100%; max-width:100%;}

    .col-prodet-box4 .content ul li{width:49%;margin-right: 2%; }
    .col-prodet-box4 .content ul li:nth-child(2n){margin-right: 0;}

    .col-prodet-box-other2 .content ul {display: flex;flex-wrap: wrap;}
    .col-prodet-box-other2 .content ul li{width: 50%;}

    .news ul.text .panel{padding-left: 20px;}
    .news ul.text .date{position: static;margin: 0;display: block;}
    .news ul.text h4{margin-top: 10px;}

    .prev-next a{max-width: none;width: 100%;text-align: left!important;margin-bottom:10px;}
}
@media (max-width: 400px){
    .pro li,
    .col-prodet-box-other2 .content ul li{width: 100%}
}

input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {color: #888;}
input:-moz-placeholder,textarea:-moz-placeholder {color:#888;}
input::-moz-placeholder,textarea::-moz-placeholder {color:#888;}
input:-ms-input-placeholder,textarea:-ms-input-placeholder {color:#888;}

.f15{font-size: 15px;}
.f16{font-size: 16px;}
.f17{font-size: 17px;}
.f18{font-size: 18px;}
.f20{font-size: 20px;}
.f22{font-size: 22px;}
.f24{font-size: 24px;}
.f25{font-size: 25px;}
.f28{font-size: 28px;}
.f30{font-size: 30px;}
.f33{font-size: 33px;}
.f35{font-size: 35px;}
.f36{font-size: 36px;}
.f40{font-size: 2.08vw;}
.f42{font-size: 2.18vw;}
.f45{font-size: 2.34vw;}
.f48{font-size: 2.5vw;}
.f50{font-size: 2.6vw;}
.f55{font-size: 2.86vw;}
.f72{font-size: 3.75vw;}
@media (max-width: 1400px){
    .f15{font-size: 14px;}
    .f16{font-size: 14px;}
    .f17{font-size: 15px;}
    .f18{font-size: 16px;}
    .f20{font-size: 18px;}
    .f22{font-size: 20px;}
    .f24{font-size: 20px;}
    .f25{font-size: 20px;}
    .f28{font-size: 22px;}
    .f30{font-size: 24px;}
    .f33{font-size: 24px;}
    .f35{font-size: 24px;}
    .f36{font-size: 24px;}
    .f40{font-size: 30px;}
    .f42{font-size: 30px;}
    .f45{font-size: 30px;}
    .f48{font-size: 30px;}
    .f50{font-size: 35px;}
    .f55{font-size: 35px;}
}
@media (max-width: 991px){
    .f17{font-size: 14px;}
    .f18{font-size: 15px;}
    .f20{font-size: 16px;}
    .f22{font-size: 18px;}
    .f24{font-size: 18px;}
    .f25{font-size: 18px;}
    .f28{font-size: 20px;}
    .f30{font-size: 20px;}
    .f33{font-size: 20px;}
    .f35{font-size: 20px;}
    .f36{font-size: 20px;}
    .f40{font-size: 24px;}
    .f42{font-size: 24px;}
    .f45{font-size: 24px;}
    .f48{font-size: 24px;}
    .f50{font-size: 30px;}
    .f55{font-size: 30px;}
    .f72{font-size: 30px;}
}
@media (max-width: 767px){
    .f40{font-size: 22px;}
    .f42{font-size: 22px;}
    .f45{font-size: 22px;}
    .f48{font-size: 22px;}
    .f50{font-size: 24px;}
    .f55{font-size: 24px;}
    .f72{font-size: 24px;}
}